How can I convert multiple files to UTF-8 encoding using *nix command line tools? [closed]
Posted
by jason
on Super User
See other posts from Super User
or by jason
Published on 2009-08-01T00:29:36Z
Indexed on
2010/06/13
10:13 UTC
Read the original article
Hit count: 296
Possible Duplicate:
Batch-convert files for encoding or line ending
I have a bunch of text files that I'd like to convert from any given charset to UTF-8 encoding.
Are there any command line tools or Perl (or language of your choice) one liners I can use to do this en masse?
© Super User or respective owner